CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 串口 线程

搜索资源列表

  1. interact-serialport

    0下载:
  2. 实现串口的初始化,里面采用的是overlappe模式,利用多线程实现串口通信。 还可以对DCB进行配置。 实现双机串口互联,双机通过串口通信.-two computers from using the serial port can communicate each other
  3. 所属分类:Com Port

    • 发布日期:2017-06-02
    • 文件大小:14579432
    • 提供者:kaihong
  1. SPCOMM2.5

    0下载:
  2. 这是一个用Delphi开发的多线程多串口控件,可以实现10个串口同时通讯。-This is a development with Delphi' s multi-threaded multi-serial port control, serial port 10 can be achieved at the same time communications.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:26426
    • 提供者:wujiren
  1. CommTest

    0下载:
  2. 一个关于vb串口多线程通信的实例,可以看看。-Vb serial port on a multi-threaded communication instance, you can look at.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-03
    • 文件大小:1232737
    • 提供者:韩云飞
  1. SCIDLL

    0下载:
  2. 串口动态链接库模块,API函数编写,包含三个线程-API SCI MOUDL
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:15022
    • 提供者:name
  1. CommDlg

    0下载:
  2. 功能: visualC++ 2005 多线程串口通讯实例,可以实现异步发送和接受数据。接受数据和发送数据不会相互阻塞,实现数据的串口畅通交互。 参数: 串口号:COM4 波特率:9600 数据位:8 奇偶校验:偶校验 停止位:1-Function: visualC++ 2005 instances of multi-threaded serial communication can be achieved asynchronously send and rece
  3. 所属分类:Communication

    • 发布日期:2017-03-26
    • 文件大小:961701
    • 提供者:liyanjie
  1. ODBCmultitgread

    0下载:
  2. 是1论文关于多线程与ODBC在串口编程中的应用,对于多线程编程并读取数据库有一定帮助理解。-This is paper aimed at multi-thread and ODBC programing,is helpful to your own application.
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:206774
    • 提供者:swallowdean
  1. multithreadedSerialCommunication

    0下载:
  2. VC多线程串口通信软件设计。-VC multi-threaded serial communication software design.
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:566596
    • 提供者:阿飞
  1. VC_examples

    1下载:
  2. 实例12-1:使用用户界面线程实例。源代码在光盘中“\12\InterfaceThread”目录下。 实例12-2:使用工作者线程实例。源代码在光盘中“\12\ControlThread”目录下。 实例12-3:多线程实例。源代码在光盘中“\12\WQDemo”目录下。 实例12-4:线程间的通信。源代码在光盘中“\12\ThreadCommu”目录下。 实例13-1:动态链接库(Dll)实例。源代码在光盘中“\13\dlltest ”目录下。 实例13-2:鼠标钩子应
  3. 所属分类:software engineering

    • 发布日期:2015-12-05
    • 文件大小:4390451
    • 提供者:ajian
  1. comcommu

    0下载:
  2. 针对现在工业监控中的缺乏多路串口同时监测的手法,通过开辟多线程以及线程同步解决了多串口同时监测的问题-Intended for industrial monitoring and control in the absence of multi-channel serial port simultaneously monitor the way, through the creation of multi-threading and thread synchronization to solve
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-26
    • 文件大小:9008939
    • 提供者:于禾
  1. 446805_e74e00883afc4588

    0下载:
  2. linux qt环境下的串口多线程功能的实现,打开qt窗口后读写串口,并同时可以进行其他窗口操作-linux qt environment implementation of serial multi-threading capabilities, open qt window after the serial read and write, while other windows can operate
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:66095
    • 提供者:fde fd
  1. Modem

    0下载:
  2. 这是一个多线程的串口通信例子,可供大家借鉴-This is an example about multiple thread communication with serial port.
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:57814
    • 提供者:ccj
  1. VisualC

    1下载:
  2. 《Visual C++实践与提高——串口通信与工程应用篇》第二版目录 第1章Visual C++集成开发环境 第2章C++语法基础 第3章C++面向对象 第4章串行通信原理与设计 4.1串行通信基本概念 4.2串行传输协议 4.3串行接口标准 4.4串口硬件设计 第5章 串口调试 第6章使用MSComm控件编程 第7章使用WinAPI串口编程 第8章多线程编程 第9章TAPI编程 第10章计算机与单片机通信 第11章计算机与PLC通信
  3. 所属分类:Windows Develop

    • 发布日期:2016-08-07
    • 文件大小:28168757
    • 提供者:康元青
  1. transportcommunication

    0下载:
  2. 直接从底层编程,用CreateFile()打开串行口,且说明了线程的应用,对于想了解串口通信底层的读者可以读者读读,对于想轻轻松松地完成编程任务的朋友,就不用看了,-transportcommunication
  3. 所属分类:Communication

    • 发布日期:2017-04-08
    • 文件大小:8164
    • 提供者:biandongyue
  1. MySerialCom-source

    0下载:
  2. 基于串口通讯的多线程,可以和wince通信-Serial communication based on multi-threaded, can wince communication
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:39754
    • 提供者:xgia
  1. GpsRecv

    0下载:
  2. 通过调用Win32通信API函数,可以使程序打开一个串口,并对这个串口进行基本配置。GPS数据采集程序主要实现了配置串口,创建串口数据接收线程,使用重叠操作方式读取串口数据及如何处理接收到的数据的基本方法。-Communication by calling the Win32 API function, you can make the program opens a serial port, serial port and the basic configuration. GPS data a
  3. 所属分类:Communication

    • 发布日期:2017-05-15
    • 文件大小:3624142
    • 提供者:chenjin
  1. OPCSRV

    0下载:
  2. opc服务器驱动有modbus在串口链路上的实现以及普通的串口自由协议 -modbus opc server drive with the realization of the serial link and the common serial free agreement
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-20
    • 文件大小:6027296
    • 提供者:孙肇杰
  1. serial_test

    0下载:
  2. 实现串口的通讯,用两个线程:一个发送线程,一个接收线程,可以同时进行发送与接收数据。-serial test , use c language , it is contain two thread. write and read at the same time !
  3. 所属分类:Com Port

    • 发布日期:2017-04-02
    • 文件大小:1778
    • 提供者:nizhijun
  1. SerialPort

    0下载:
  2. 非常有用的多线程串口类,对于初学者很有帮助-Very useful multi-threaded serial class, very helpful for beginners
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:7158
    • 提供者:ysys
  1. VCRS232

    0下载:
  2. vc++多线程技术在串口编程中的应用,介绍了多线程的原理及应用-vc++ multi-threading technology in the Serial Programming, describes the principles and application of multi-threaded
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:82932
    • 提供者:张仪
  1. SeriPort

    0下载:
  2. 一个多线程串口通讯类,十分的好用,而且经过实际测试-A multi-thread serial communication class, very easy to use, and after the actual test
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:3661
    • 提供者:tangjie
« 1 2 3 4 56 7 8 9 10 ... 29 »
搜珍网 www.dssz.com